翻訳と辞書
Words near each other
・ dynamic language
・ dynamic link
・ dynamic link library
・ dynamic object-oriented requirements system
・ dynamic ram
・ dynamic random-access memory
・ dynamic routing
・ dynamic scope
・ dynamic scoping
・ dynamic systems development method
dynamic translation
・ dynamic typing
・ dynamically linked library
・ dynamically scoped
・ dynamically typed
・ dynamics analyzer
・ dynamo
・ dynix
・ dynix automated library systems
・ dynner


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

dynamic translation : FOLDOC
dynamic translation
A virtual machine implementation approach, used to speed up execution of byte-code programs. To execute a program unit such as a method or a function, the virtual machine compiles its bytecodes into (hardware) machine code. The translated code is also placed in a cache, so that next time that unit's machine code can be executed immediately, without repeating the translation.
This technique was pioneered by the commercial Smalltalk implementation currently known as VisualWorks, in the early 1980s. Currently it is also used by some implementations of the Java Virtual Machine under the name JIT (Just In Time compilation).
[Peter L. Deutsch and Alan Schiffman. "Efficient Implementation of the Smalltalk-80 System", 11th Annual Symposium on Principles of Programming Languages, Jan 1984, pp. 297-302].
(2002-04-15)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.